1bashThis demonstrates the usage of the $0 variable to reference the current script or shell in Bash.$0bash internalbash special tokens$
2bashThis demonstrates the use of !$ in Bash to refer to the last argument of the previous command.!$bash internalbash special tokens!$ (last argument expansion)